home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TFRMFDADD / TFRMFDADD.txt
Text File  |  2004-12-09  |  1KB  |  58 lines

  1. object frmFDAdd: TfrmFDAdd
  2.   Left = 94
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add controls'
  6.   ClientHeight = 177
  7.   ClientWidth = 265
  8.   Font.Charset = RUSSIAN_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object btnOk: TButton
  18.     Left = 180
  19.     Top = 116
  20.     Width = 77
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 2
  26.   end
  27.   object btnCancel: TButton
  28.     Left = 180
  29.     Top = 144
  30.     Width = 77
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 3
  36.   end
  37.   object btnSelectAll: TButton
  38.     Left = 180
  39.     Top = 8
  40.     Width = 77
  41.     Height = 25
  42.     Caption = 'Select &All'
  43.     TabOrder = 1
  44.     OnClick = btnSelectAllClick
  45.   end
  46.   object lsbAddControls: TListBox
  47.     Left = 8
  48.     Top = 9
  49.     Width = 161
  50.     Height = 160
  51.     IntegralHeight = True
  52.     ItemHeight = 13
  53.     MultiSelect = True
  54.     Sorted = True
  55.     TabOrder = 0
  56.   end
  57. end
  58.